home *** CD-ROM | disk | FTP | other *** search
/ RenderWare 2003 Press Disc / RenderWare.bin / renderwarestudio / renderwarestudio_presentation.swf / scripts / DefineButton2_288 / BUTTONCONDACTION on(rollOut).as next >
Encoding:
Text File  |  2003-02-25  |  99 b   |  8 lines

  1. on(rollOut){
  2.    tellTarget("/producers")
  3.    {
  4.       gotoAndStop("In");
  5.       play();
  6.    }
  7. }
  8.